home *** CD-ROM | disk | FTP | other *** search
- ;
- ; This file is used to control the environment under which the FrontDesk
- ; system operates
- ;
- ; Each of the following parameters serves a unique function which is fully
- ; explained in the documentation
- ;
-
- ; This line says that you have to have a security class of at least 100
- ; in order to reserve time between 3:00 and 4:00 am on Mondays.
-
- access window monday 03:00 04:00 100
-
- ; This line says that the sephamore, key, and other files will be found
- ; in the the directory c:\hlutil
-
- path to files c:\hlutil
-
- ; This line indicates that you are operating a multinode BBS, and that
- ; locking will done around all of the FrontDesk file update operations.
- ;
- ; For this to work YOU MUST HAVE share.exe loaded.
-
- multinode system
-
- ; This line controls the grace period. If I make a reservation, and I dial
- ; in upto 10 minutes AFTER my reservation, it will still be honored.
- ;
- ; Example, I reserve this board for 4:00 am. Between 4:00 and 4:10 am, I
- ; will be the only one allowed to access to the board. After 4:10, any
- ; other persons may use the board (including me). See the documentation
- ; for exceptions to this scenario.
-
- grace period 5
-
- ; This line indicates how many reservations a person may have. In this
- ; case the limit is four. This means that I may have no more than four
- ; reservations pending. I may make reservations for four different date
- ; and time combinations.
-
- maximum reservations per person 4
-
- ; This line indicates the minimum security level that a user must have in
- ; order to reserve the same time every day. While this counts as a single
- ; reservation entry, it is in effect for every day of the week. This type
- ; of reservation does not check against the established access windows.
- ;
- ; A good example of who would use this is the Sysop on vacation. Want to
- ; dial in and read your mail, but don't want to have to fight with your
- ; users for access. Simply reserve the system for the same time every day
- ; and enjoy yourself. You will know that you'll always be able to logon.
-
- permanent reservation security level 100
-
- ; In registered systems, this will cause all displays from FDESK to be
- ; suppressed unless there is some type of reservation conflict.
-
- quiet mode
-
- ; All of the RemoteAccess only features require that the bbs type be set
- ; to RA. If it is not, the extra features will NOT be active. The default
- ; bbs type is OTHER not RA.
-
- bbs type ra
-
- ; This displays YOUR time zone to callers during RDESK execution. It helps
- ; them determine the difference in times between thier zone and yours. It
- ; DOES NOT alter times to compensate for differences in time zones. Your
- ; users must still do that. All times entered are for YOUR time zone.
-
- time zone RMT
-
- ; This command is for RemoteAccess systems only
- ;
- ; This command determines the lenght of a BBS session which is the result of
- ; a reservation. This permits you to add a level of control for the sessions
- ; for which time was reserved.
-
- session limit 30 100
-
- ; This command is for RemoteAccess systems only.
- ;
- ; Some functions require a direct update of your USERS.BBS file. This
- ; command specifies the location for the USERS.BBS file.
-
- path to users.bbs c:\qc25
-
- ; This command is for RemoteAccess systems only.
- ;
- ; Some functions require the use of the EXITINFO.BBS file in order to pass
- ; information to RemoteAccess. This command specifies the location of the
- ; EXITINFO.BBS file.
-
- path to exitinfo.bbs c:\ra
-
- ; This command is for RemoteAccess systems only.
- ;
- ; Some functions require the use of the CONFIG.RA file in order to pass
- ; information to RemoteAccess. This command specifies the location of the
- ; CONFIG.RA file.
-
- path to config.ra c:\qc25
-
- ; This command is for RemoteAccess systems only.
- ;
- ; When a session cannot be established because of a reservation, the user
- ; flag specified will be altered as specified.
-
- flag no session a8+
-
- ; This command is for RemoteAccess systems only.
- ;
- ; When a session is established because of a lack of reservations, the user
- ; flag specified will be altered as specified.
-
- flag regular session a7+
-
- ; This command is for RemoteAccess systems only.
- ;
- ; When a session is established, but shortened due to a pending reservation,
- ; the flag specified will be altered as specified.
-
- ;flag shortened session a6+
-
- ; This command is for RemoteAccess systems only.
- ;
- ; When a session is established because of a reservation, the user
- ; flag specified will be altered as specified.
-
- flag reserved session a5+
-
-